home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Demos / A.D. Software / OOFILE 1.3b4d6.sit / OOFILE 1.3b4d6 / dBase & Personal OOFILE / Slightly modified dBase demo / techsdb.hpp < prev    next >
Text File  |  1996-08-26  |  347b  |  15 lines

  1. // Automatically generated header file
  2. //
  3. //Generated from input file 'Thing 2:OOFILE Development:OOFILE code:DBase Test:techs' with modification date 25/8/96
  4.  
  5. DECLARE_CLASS(dbtechs)
  6.     dbChar    TECHID;
  7.     dbChar    NAME;
  8.     dbUshort    DELETED;
  9.     dbtechs() :
  10.                 dbTable("techs"),
  11.                 TECHID(4, "TECHID"),
  12.                 NAME(30, "NAME"),
  13.                 DELETED("DELETED")
  14.                 {};
  15. };